of
Creates an instance of ByteData with the given upload data bytes.
The bytes are retrieved from the data
string using the getBytes method with the UTF-8 charset.
Creates an instance of ByteData with the given upload data bytes.
Creates an instance of ByteData with the given upload data bytes and content type.
The bytes are retrieved from the data
string using the getBytes method with the UTF-8 charset.
Since
7.33
Creates an instance of ByteData with the given upload data bytes and content type.
Since
7.33